.loadmodal {

    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8)
}
/*css added on 23-11-21*/
body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    /* background-color: #00add8; */
    font-size: 14px !important;
    color: #000000 !important;
    overflow-x: hidden !important;
  }
  .label {
    background-color: #d1dade !important;
    color: #5e5e5e !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 600 !important;
    padding: 3px 8px !important;
    font-size: 15px !important;
    text-shadow: none !important;
    border-radius: 0.25em !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  .form-control, .single-line {
    background-color: #FFFFFF !important;
    background-image: none !important;
    border: 1px solid #e5e6e7 !important;
    border-radius: 1px !important;
    padding: 4px 12px !important;
    font-size: 15px !important;
    line-height: 20px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    width: 100% !important;
}
/*css added on 23-11-21*/
/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
modal element will be visible */
body.loading .loadmodal {
    display: block;
}

.spinimage {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;

}

.activewizard em {
    background: #3f6ad8 !important;
    color: #fff !important;
}

.activewizard::before {
    background: #3f6ad8 !important;
}

.activewizard::after {
    background: #3f6ad8 !important;
}

.activewizard span {
    color: #000;
}

.successwizard em {
    background: #3ac47d !important;
    color: #fff !important;
}

.successwizard::before {
    background: #3ac47d !important;
}

.successwizard::after {
    background: #3ac47d !important;
}

.successwizard span {
    color: #000;
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;

    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px !important;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    color: #000;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: auto;
    padding-right: 15px !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
    color: #000;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 2px !important;
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.hiddenCB div {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hiddenCB input[type="checkbox"],
.hiddenCB input[type="radio"] {
    display: none;

}

.hiddenCB label {
    cursor: pointer;
    border: 1px solid #828282 !important;
    padding: 6px 25px !important;
    border-radius: 10px !important;
}

.hiddenCB input[type="radio"]+label:hover {
    background: #3f6ad8 !important;
    color: #fff;
}

.hiddenCB input[type="radio"]:checked+label {
    background: #3f6ad8 !important;
    color: #fff;
}

.hiddenCB input[type="radio"]:checked+label:hover {
    background: #3f6ad8 !important;
    border: 1px solid #3f6ad8 !important;
    color: #fff;
}

.error {
    color: #d92550 !important;
    display: block;
    color: #d92550;
}
.avatar-upload {
    position: relative;
    max-width: 151px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
    width: 130px;
    height: 130px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.border-right {
    border-right: 1px solid #dee2e6!important;
}

.btn-hover-shine:hover:after{
    width: 100% !important;
}
